<a href=" ----- 怎样改成双击进行链接?

来源:百度知道 编辑:UC知道 时间:2024/05/06 07:19:26

<a href="void(0)" ondblclick="location.href='xxx.asp'" >xxx</a>

楼上的都可以单击,如果说仿真一点可以试试以下:
<u><span style="cursor:hand;" ondblclick="location.href='http://www.sina.com.cn/'">xxx</span></u>

<a href="#" onDblClick="window.location='http://www.baidu.com';">点击此处</a>